From: Jean Baptiste Favre Date: Sat, 15 Feb 2025 22:30:52 +0000 (+0100) Subject: Force python3 usage, add libfakeroot-sysv to blacklist X-Git-Tag: archive/raspbian/8.1.11+ds-0+deb11u2+rpi1^2~9 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=af286b2917b36996e16dd5dea3a662d5e1ed3e31;p=trafficserver.git Force python3 usage, add libfakeroot-sysv to blacklist Origin: other Last-Update: 2018-09-24 Last-Update: 2018-09-24 Gbp-Pq: Name 0008-fix-python-check-unused-dependencies.patch --- diff --git a/tools/check-unused-dependencies b/tools/check-unused-dependencies index 2b4684b4..c78ffb43 100755 --- a/tools/check-unused-dependencies +++ b/tools/check-unused-dependencies @@ -54,7 +54,8 @@ def get_dependencies(program): 'libgcc_s.so.', 'libm.so.', # Why does Libtool call ld with -lm? 'libpthread.so.', # Because we add -lpthread to LIBS - 'librt.so.' # clang + asan pulls this in + 'librt.so.', # clang + asan pulls this in + 'libfakeroot-sysv.so' ])): continue